Skip to content

Conversation

PriyaPesala
Copy link
Contributor

No description provided.

@PriyaPesala PriyaPesala requested a review from a team as a code owner July 28, 2025 09:52
@PriyaPesala PriyaPesala requested a review from Copilot July 28, 2025 11:39
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modifies GitHub Actions workflows to dynamically reference the current branch instead of hardcoding the "develop" branch when checking out the entservices-inputoutput repository. The changes enable the workflows to work with feature branches and pull requests by using the caller's branch context.

  • Added a caller_branch input parameter to both L1 and L2 test workflows
  • Updated checkout actions to use dynamic branch references with fallback logic
  • Added logging to display which branch is being used during workflow execution

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/L2-tests.yml Added caller_branch input and updated entservices-inputoutput checkout to use dynamic branch reference
.github/workflows/L1-tests.yml Added caller_branch input and updated entservices-inputoutput checkout to use dynamic branch reference

@PriyaPesala PriyaPesala changed the title entservices-inputoutput reffering to current branch [RDKEMW-5410] RDKEMW-6572 : Compilation error was not reported for the PR branch Jul 30, 2025
@srikanth-vv srikanth-vv merged commit 71b8500 into develop Jul 30, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants